home *** CD-ROM | disk | FTP | other *** search
/ Internet Pro - Web Page Builder / Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin / pc / windows / editors / htmled12 / help.txt next >
Text File  |  1995-08-14  |  5KB  |  166 lines

  1. HTMLed - An HTML Editor for Microsoft Windows
  2.  
  3. About HTMLed
  4.  
  5. HTMLed is an editor for Microsoft Windows 3.1 to be used to create HTML
  6. (Hypertext Markup Language) documents.  Information on WWW (World-Wide-Web) 
  7. servers is usually in HTML format.
  8.  
  9. HTMLed is distributed under the shareware concept.
  10. Please see README.TXT for registration information.
  11.  
  12. HTMLed is produced by Internet Software Technologies
  13. Contact us at:
  14.  
  15. Internet Software Technologies
  16. P.O. Box 756, 28 Squire Street
  17. Sackville, New Brunswick
  18. Canada E0A 3C0
  19.  
  20. (506) 364-8088 (voice)
  21. (506) 364-2540 (fax)
  22. sales@ist.ca
  23. http://www.ist.ca/
  24.  
  25. Features:
  26.  
  27. Reads, writes UNIX files
  28. Foreign character tags support
  29. Implements the full set of HTML markup tags
  30. Floating toolbars
  31. Customizable floating toolbar
  32. Multiple Document Interface
  33. "Intelligent" insertion of HTML tags on a line-by-line basis
  34. Converts the URLs in a MOSAIC.INI file to an HTML document
  35. while retaining the original menu structure.
  36. "Test" button to launch an HTML browser to test your HTML document.
  37. Saves files without HTML tags
  38.  
  39.  
  40. Using HTMLed
  41.  
  42. About the menus.
  43.  
  44. File Menu
  45. Edit Menu
  46. Search Menu
  47. Element Menu
  48. List Menu
  49. Link Menu
  50. Style Menu
  51. Entity Menu
  52. Options Menu
  53. Window Menu
  54.  
  55.  
  56. File Menu
  57.  
  58. This menu performs actions such as opening and saving files.  HTMLed allows 
  59. you to save files in either MS-DOS or UNIX format.  MS-DOS text files have 
  60. a CR-LF (carriage return & line feed) pair at the end of each line.  UNIX 
  61. text files have only a line feed character.  When opening a file, HTMLed will 
  62. attempt to determine which type of file it is, and open it in the appropriate 
  63. mode.  Also on the file menu is an option to save a file as plain text, without
  64. any HTML tags.  The option to "Test HTML Document"  will launch a program
  65. (such as NCSA Mosaic) and pass the current file name to the program as a 
  66. command-line parameter.  The path to this program must be configured in the 
  67. Options|Setup dialog box.
  68.  
  69. Edit Menu
  70.  
  71. This menu contains options to select, cut, and paste text within and between 
  72. documents, using the Windows Clipboard so you can cut and paste to other 
  73. applications.  The "Remove HTML Tags" option allows you to select a block of
  74. text and remove all the HTML tags from the selected text.
  75.  
  76. Search Menu
  77.  
  78. This menu contains options to search and replace text in a document.
  79. The "Intelligent Tag Insert" allows you to insert text at the start,
  80. end, or both the start and end of lines in an HTML document.  You can
  81. select the lines to be affected by specifying a string that is either
  82. at the beginning or end, or that is contained in a line.  For example,
  83. you could insert <H1> and </H1> at the beginning and end of every line
  84. that ends with a colon (":").
  85.  
  86. Example:
  87.  
  88. Original text is
  89.  
  90.     Some heading:
  91.     Blah blah blah...
  92.     ...
  93.     ...
  94.  
  95.     Some other heading:
  96.     Blah blah blah again...
  97.     ...
  98.     ...
  99.  
  100. After Intelligent Tag insert
  101.  
  102.     <H1>Some heading:</H1>
  103.  
  104.     Blah blah blah...
  105.     ...
  106.     ...
  107.  
  108.     <H1>Some other heading:</H1>
  109.  
  110.     Blah blah blah again...
  111.     ...
  112.     ...
  113.  
  114.  
  115. Element Menu
  116.  
  117. The items on this menu insert various HTML markup tags in the document.
  118. Note that some tags, such as TITLE are 'containers', which means that
  119. they are 'wrapped' around the text to which they apply.  For this type of,
  120. tag, you should first select the text you want to be in the container, and
  121. then select the menu option (or button or shortcut key).  Other tags
  122. are single tags and will be inserted at the current cursor position.
  123.  
  124. List Menu
  125.  
  126. These items will create various types of lists from the selected text.
  127. HTMLed will operate on the selected text in the following manner:
  128. If there is no whitespace at the beginning of a line, a <LI> tag will
  129. be inserted.  If there is whitespace, it will be assumed that this
  130. line is part of the previous list item.
  131.  
  132. Link Menu
  133.  
  134. These options pop up dialog boxes so you can enter the appropriate 
  135. information to create links to HTML documents and images.
  136.  
  137. Style Menu
  138.  
  139. These menu items allow you to format text in various styles.  Select the text 
  140. you wish to format and then select the desired style.
  141.  
  142. Entity Menu
  143.  
  144. HTML entities are representations of special characters, such as ">" (without 
  145. the quotes) which is a greater-than sign (">").  Entities are also used for other special
  146. characters such as foreign characters which are not part of the standard 7-bit ASCII 
  147. character set.  The "Make Acute", "Make Circumflex", etc. items allow you to select a 
  148. character and then add an accent to it. HTMLed will only allow you to add accents to
  149. create characters which are valid in HTML.
  150.  
  151.  
  152. Options Menu
  153.  
  154. The Options menu gives access to the Setup dialog, where configuration options for HTMLed
  155. are set, and also to the custom toolbar setup dialog.  This dialog box is used to configure the 
  156. custom toolbar.  There are also items which toggle between displaying and not displaying the 
  157. four different floating toolbars.  "Convert mosaic.ini to HTML file" will take the URLs in 
  158. NCSA Mosaic's .INI file and produce an HTML page containing them.
  159.  
  160.  
  161. Window Menu
  162.  
  163. This menu contains options for tiling and cascading open windows.  A list of currently open windows 
  164. in HTMLed is also on this menu.
  165.  
  166.